home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / protocol.zip / PROTO028.TXT < prev    next >
Internet Message Format  |  1992-01-30  |  4KB

  1. From:    Ken Thompson                           Area: Protocols
  2. To:      Lee Jackson                            24 Jan 92 18:27:46
  3. Subject: HS/Link and Max                        UpdReq 
  4.  
  5.  LJ> Has anyone successfully interfaced HS/Link with 
  6.  LJ> Maximus 2.0?  I'm trying to help my bossnode set this 
  7.  LJ> up, and I'm not proficient enough with the .ctl files 
  8. here's my PROTOCOL.CTL entry
  9. Protocol HSlink
  10.          Type            Batch
  11.          Type            Bi
  12.          LogFile         DSZ%K.Log
  13.          ControlFile     DSZ%K.Ctl
  14.          DownloadCmd     command.com /c rhslk DSZ%K.Log %P %V @%x:DSZ%K.Ctl
  15.          UploadCmd       command.com /c rhslk DSZ%K.Log %P %V
  16.          DownloadString  %s
  17.          UploadString
  18.          DownloadKeyword h
  19.          UploadKeyword   H
  20.          FilenameWord    10
  21.          DescriptWord    0
  22. End Protocol
  23. and here's the .BAT file!
  24. @echo off
  25. set DSZLOG=%1
  26. hslink -P%2 -u%3 %4
  27. set DSZLOG=
  28. regards Ken
  29.  
  30. --------------= Brought to you compliments of Plastic Tower  =---------------
  31.  
  32. From:    Dave Mednick                           Area: Protocols
  33. To:      All                                    25 Jan 92 23:38:18
  34. Subject: Protocols..                            UpdReq 
  35.  
  36. Does anyone have a WORKING protocol.ctl file for the following protocols?
  37. HS/Link
  38. Puma
  39. Jmodem
  40. Tasy
  41. My file command lines are working properly, but when a user uploads, it aborts 
  42. at the end (a Maximus abort).  Something about not being able to open the log 
  43. file.  Help....
  44. Dave
  45.  
  46.  
  47.  
  48. --------------= Brought to you compliments of Plastic Tower  =---------------
  49.  
  50. From:    Rodney Fraser                          Area: Protocols
  51. To:      Scott Dudley                           26 Jan 92 21:13:24
  52. Subject: Description in Protocol.Log files.     UpdReq 
  53.  
  54.  C:\MAX\MAX.LOG
  55.  # 26 Jan 17:12:15 MAX  External program: `C:\Max\Bimodem\B-Bimode.Exe 
  56. C:\Max\Bimodem\B-Bimo01.Ctl -p0 -b4800 -t1 -m3 -f 8 -r36'
  57.  : 26 Jan 17:12:17 MAX  DL-B External Protocol Transfer  Requested. TASK = 01.
  58.  : 26 Jan 17:12:17 MAX  UL-B Disk Drive `D' reports 14,400 bytes available.
  59.  + 26 Jan 17:18:51 MAX  UL-B * 1 * File(s). Total Bytes -=> 1,386 * CPS: 126.
  60.  + 26 Jan 17:18:51 MAX  BiModem  2 File(s). Combined Transfer Rate. CPS: 241.
  61.  + 26 Jan 17:18:51 MAX  DL-B * 1 * File(s). Total Bytes -=> 34,816 * CPS: 232.
  62.  : 26 Jan 17:18:53 MAX  Return from: `C:\Max\Bimodem\B-Bimode.Exe 
  63. C:\Max\Bimodem\B-Bimo01.Ctl -p0 -b4800 -t1 -m3 -f8 -r3 6' (1)
  64.  = 26 Jan 17:18:58 MAX  UL-B D:\F\Uploads\2400mmnp.Zip
  65.  = 26 Jan 17:19:01 MAX  DL-B D:\F\Area8\LYNX300.ZIP
  66.  I Unerased C:\MAX\BIMODEM\B-BIMO01.LOG
  67.  Got 2400mmnp.Zip 1386 ...
  68.  Sent D:\F\Area8\Lynx300.Zip 34816
  69.  C:\MAX\UL.LOG
  70.  Jean-Marc Solomon UL D:\F\Uploads\2400MMNP.ZIP (1386b), Jan-26-92 05:19PM
  71.  this user supplied a description with his bimodem upload "...", as you can
  72.  see the ul.log was updated the Max.log has been updated. However there is
  73.  no entry in the files.bbs for this file and Maximus was found crashed and
  74.  had displayed the "Thanks for the upload" message.
  75.  Any ideas as to why this happened? The Protocol.Ctl entry is exactly as
  76.  exampled for an Opus Type protocol.
  77.  Protocol          B) BiModem v1.24   Up/Download.
  78.    Type            Batch
  79.    Type            Bi
  80.    Type            Opus
  81.    LogFile         C:\Max\Bimodem\B-Bimo%K.Log
  82.    ControlFile     C:\Max\Bimodem\B-Bimo%K.Ctl
  83.    DownloadCmd     C:\Max\Bimodem\B-Bimode.Exe C:\Max\Bimodem\B-Bimo%K.Ctl 
  84. -p%p -b%b -t%k -m%d -f%D -r%t
  85.    UploadCmd       C:\Max\Bimodem\B-Bimode.Exe C:\Max\Bimodem\B-Bimo%K.Ctl 
  86. -p%p -b%b -t%k -m%d -f%D -r%t
  87.    DownloadString  Send %s
  88.    UploadString    Get %s
  89.    DownloadKeyword Sent
  90.    UploadKeyword   Got
  91.    FilenameWord    1
  92.    DescriptWord    4
  93.  End Protocol
  94.  Are you sure the "4" is the correct value for DescriptWord and not "3"?
  95.  Can somebody in Vancouver save any replies to this since I'll be leaving
  96.  Ottawa at end of January and will probably not see it till after I get
  97.  to Vancouver, and get myself re-established. Thanks (Harry ?  Bob?).
  98.  
  99.  
  100.  
  101. --------------= Brought to you compliments of Plastic Tower  =---------------
  102.  
  103.